Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerItems Interface / Select Method / Select(Int32[]) Method
An integer values indicates the selected slicer items.


In This Topic
    Select(Int32[]) Method
    In This Topic
    Selects the slicer items.
    Syntax
    'Declaration
     
    
    Overloads Sub Select( _
       ByVal ParamArray indexes() As Integer _
    ) 
    'Usage
     
    
    Dim instance As ISlicerItems
    Dim indexes() As Integer
     
    instance.Select(indexes)
    void Select( 
       params int[] indexes
    )

    Parameters

    indexes
    An integer values indicates the selected slicer items.
    Remarks
    All other items, which is not in the array, will be deselected.
    See Also